home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / compsci / arcsgm.cpt / ARC SGML 1.0 / docs / readme.arcsgml.orig < prev    next >
Encoding:
Text File  |  1991-07-23  |  2.2 KB  |  56 lines

  1.       Standard Generalized Markup Language Users' Group (SGMLUG)
  2.                  SGML Parser Materials (ARCSGML 1.0)
  3.  
  4. In addition to this README file, there are six "self-extracting"
  5. archive files in the ARCSGML 1.0 distribution.
  6.  
  7. ARCVM2.EXE    Executable SGML markup validator (sample application).
  8. ARCSGMLH.EXE  Documentation and C language header files (read LICENSE.DOC).
  9. ARCSGMLC.EXE  C language source code for the ARCSGML toolkit.
  10. ARCREXX.EXE   Source code for Personal REXX interfacing to ARCSGML.
  11. ARCTEST.EXE   Contains test cases for use with the toolkit.
  12.  
  13. PKZ10EX.EXE  Explained below (not part of ARCSGML)
  14.  
  15. A "self-extracting archive" is an executable program (in this case,
  16. for PC DOS machines) that when executed extracts multiple files from
  17. an archive within itself, and stores them on a disk specified by you.
  18.  
  19. Usage: ARCSGML [options] [d:path] [file...]
  20.  
  21. Options are:
  22.   -o = overwrite existing files          -t = test zipfile integrity
  23.   -n = extract only newer files          -e = extract files (default)
  24.  
  25. d:path = Output drive and/or path.
  26. file   = Name(s) of files to extract. Wildcards *,? ok. Default is ALL files.
  27.  
  28. If you just type the drive and filename of the archive
  29. the files will be extracted into your current directory.
  30. You will probably want a separate directory for each archive, just to
  31. keep things straight.  For example, if the archives are on a floppy in drive A, then:
  32. you could do something like this:
  33.  
  34. c:
  35. md \arcsgml
  36. md \arcsgml\source
  37. md \arcsgml\test
  38. md \arcsgml\rexx
  39. a:arcvm2   c:\arcsgml
  40. a:arcsgmlh c:\arcsgml\source
  41. a:arcsgmlc c:\arcsgml\source
  42. a:arctest  c:\arcsgml\test
  43. a:arcrexx  c:\arcsgml\rexx
  44.  
  45. The archives are in the popular "PKZIP" format.  More information (and
  46. the code for creating and unpacking archives) can be found in
  47. PKZ10EX.EXE, which is itself a self-extracting archive.  Note that the ARCSGML
  48. archives are self-extracting and do not require PKZ10EX.EXE.  It is being
  49. distributed only to comply with the license conditions for non-profit
  50. organizations that use PKZIP.
  51.  
  52. NOTE: PKZIP is not part of the ARCSGML package.  PKZIP is shareware
  53. which is distributed for evaluation, but which must be paid for if you
  54. decide to keep and use it.  There is no charge for ARCSGML (see
  55. LICENSE.DOC in the ARCSGMLH archive).
  56.